home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 July / Software of the Month Club 1998 July.iso / mac / Education / PredDemo / PredDemo1.0 / PredDemo1.3 final / 00166_fcgQ2deer.ls < prev    next >
Encoding:
Text File  |  1998-05-06  |  238 b   |  12 lines

  1. on mouseDown
  2.   global origH, origV, rightSprite, quitHold
  3.   set origH to the locH of sprite the clickOn
  4.   set origV to the locV of sprite the clickOn
  5.   set rightSprite to 12
  6.   put EMPTY into field "FCmsg"
  7. end
  8.  
  9. on mouseUp
  10.   snapIcon()
  11. end
  12.